home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / BulletinB.col (.txt) < prev    next >
Text File  |  1994-06-22  |  393b  |  26 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. object BulletinBoard2 : XmBulletinBoard widget {
  13.     arguments {
  14.         XmNx = 0; 
  15.         XmNy = 0; 
  16.         XmNwidth = 10; 
  17.         XmNheight = 10; 
  18.         XmNresizePolicy = 1; 
  19.     };
  20.     controls {
  21.     };
  22.     callbacks {
  23.     };
  24. };
  25. end module;
  26.